home *** CD-ROM | disk | FTP | other *** search
/ SIGGRAPH 2002 Course Notes / SIGGRAPH 2002 - Course Notes - Disc 1.iso / pc / notes / 07 / Authoring / worlds / vrml-logoOnly.wrl < prev    next >
Encoding:
Text File  |  2002-04-08  |  565 b   |  40 lines

  1. #VRML V2.0 utf8
  2.  
  3. DEF VRML Transform {
  4.   children [
  5.     Transform {
  6.       translation -1.5 -.3 0
  7.       rotation 0 0 1 .5
  8.       children 
  9.       Inline {
  10.         url "Letter_V.wrl"
  11.       }
  12.     }
  13.   
  14.     Transform {
  15.       translation -1 0 0
  16.       children 
  17.       Inline {
  18.         url "Letter_R.wrl"
  19.       }
  20.     }
  21.  
  22.     Transform {
  23.       translation -.2 0 0
  24.       scale 1 1.5 1.5
  25.       children 
  26.       Inline {
  27.         url "Letter_m.wrl"
  28.       }
  29.     }
  30.  
  31.     Transform {
  32.       translation .8 0 0
  33.       children 
  34.       Inline {
  35.         url "Letter_L.wrl"
  36.       }
  37.     }
  38.  
  39.   ]
  40. }